body {
    background-color: #eafefc;
}

body {
    font-family: Onest;
}

.lhu7t7satg {
    font-family: 'Onest', sans-serif;
    font-size: 7.5rem;
    line-height: 1.1;
}

.lhu7t7satg>.lmlge8x1sp {
    font-size: 9.375rem;
}

.omlhws4tdw {
    font-family: 'Onest', sans-serif;
    font-size: 6.25rem;
    line-height: 1.1;
}

.omlhws4tdw>.lmlge8x1sp {
    font-size: 7.8125rem;
}

.v9ms335zus {
    font-family: 'Onest', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
}

.v9ms335zus>.lmlge8x1sp {
    font-size: 1.875rem;
}

.fzyeut8oph {
    font-family: 'Onest', sans-serif;
    font-size: 3.2rem;
    line-height: 1.3;
}

.fzyeut8oph>.lmlge8x1sp {
    font-size: 4rem;
}

.vahmil6m7n {
    font-family: 'Onest', sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
}

.vahmil6m7n>.lmlge8x1sp {
    font-size: 1.5625rem;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
    .lhu7t7satg {
        font-size: 6rem;
    }
}

@media (max-width: 768px) {
    .lhu7t7satg {
        font-size: 5.25rem;
        font-size: calc(3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 25rem) / (48 - 20)));
        line-height: calc(1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 25rem) / (48 - 20))));
    }

    .omlhws4tdw {
        font-size: 5rem;
        font-size: calc(2.8375rem + (6.25 - 2.8375) * ((100vw - 25rem) / (48 - 20)));
        line-height: calc(1.3 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 25rem) / (48 - 20))));
    }

    .v9ms335zus {
        font-size: 1.2rem;
        font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }

    .fzyeut8oph {
        font-size: 2.56rem;
        font-size: calc(1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
    }

    .vahmil6m7n {
        font-size: 1rem;
        font-size: calc(1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
    }
}

/* Buttons */
.hxv030bg01 {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-sm {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-md {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-lg {
    padding: 1rem 2.6rem;
    border-radius: 4px;
}

.bg-primary {
    background-color: #f8d210 !important;
}

.bg-success {
    background-color: #21b470 !important;
}

.bg-info {
    background-color: #0baaca !important;
}

.bg-warning {
    background-color: #d5a000 !important;
}

.bg-danger {
    background-color: #b61f2e !important;
}

.yw5drgms1f,
.yw5drgms1f:active {
    background-color: #f8d210 !important;
    border-color: #f8d210 !important;
    color: #090700 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.yw5drgms1f:hover,
.yw5drgms1f:focus,
.yw5drgms1f.focus,
.yw5drgms1f.byxl05vnyu {
    color: #ffffff !important;
    background-color: #ac9105 !important;
    border-color: #ac9105 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.yw5drgms1f.disabled,
.yw5drgms1f:disabled {
    color: #090700 !important;
    background-color: #ac9105 !important;
    border-color: #ac9105 !important;
}

.btn-secondary,
.btn-secondary:active {
    background-color: #e24033 !important;
    border-color: #e24033 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.byxl05vnyu {
    color: #ffffff !important;
    background-color: #a72218 !important;
    border-color: #a72218 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #a72218 !important;
    border-color: #a72218 !important;
}

.btn-info,
.btn-info:active {
    background-color: #0baaca !important;
    border-color: #0baaca !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.byxl05vnyu {
    color: #ffffff !important;
    background-color: #076578 !important;
    border-color: #076578 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff !important;
    background-color: #076578 !important;
    border-color: #076578 !important;
}

.btn-success,
.btn-success:active {
    background-color: #21b470 !important;
    border-color: #21b470 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.byxl05vnyu {
    color: #ffffff !important;
    background-color: #146b42 !important;
    border-color: #146b42 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff !important;
    background-color: #146b42 !important;
    border-color: #146b42 !important;
}

.btn-warning,
.btn-warning:active {
    background-color: #d5a000 !important;
    border-color: #d5a000 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.byxl05vnyu {
    color: #ffffff !important;
    background-color: #7e5f00 !important;
    border-color: #7e5f00 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff !important;
    background-color: #7e5f00 !important;
    border-color: #7e5f00 !important;
}

.btn-danger,
.btn-danger:active {
    background-color: #b61f2e !important;
    border-color: #b61f2e !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.byxl05vnyu {
    color: #ffffff !important;
    background-color: #6c121b !important;
    border-color: #6c121b !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #6c121b !important;
    border-color: #6c121b !important;
}

.btn-white,
.btn-white:active {
    background-color: #fafafa !important;
    border-color: #fafafa !important;
    color: #7a7a7a !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.byxl05vnyu {
    color: #4f4f4f !important;
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-white.disabled,
.btn-white:disabled {
    color: #7a7a7a !important;
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
}

.btn-black,
.btn-black:active {
    background-color: #232323 !important;
    border-color: #232323 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.byxl05vnyu {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #f8d210;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.byxl05vnyu {
    color: #ac9105 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #090700 !important;
    background-color: #f8d210 !important;
    border-color: #f8d210 !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #e24033;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.byxl05vnyu {
    color: #a72218 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #e24033 !important;
    border-color: #e24033 !important;
}

.btn-info-outline,
.btn-info-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #0baaca;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.byxl05vnyu {
    color: #076578 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #ffffff !important;
    background-color: #0baaca !important;
    border-color: #0baaca !important;
}

.btn-success-outline,
.btn-success-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #21b470;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.byxl05vnyu {
    color: #146b42 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #ffffff !important;
    background-color: #21b470 !important;
    border-color: #21b470 !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #d5a000;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.byxl05vnyu {
    color: #7e5f00 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #ffffff !important;
    background-color: #d5a000 !important;
    border-color: #d5a000 !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #b61f2e;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.byxl05vnyu {
    color: #6c121b !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #b61f2e !important;
    border-color: #b61f2e !important;
}

.btn-black-outline,
.btn-black-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #232323;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.byxl05vnyu {
    color: #000000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #ffffff !important;
    background-color: #232323 !important;
    border-color: #232323 !important;
}

.btn-white-outline,
.btn-white-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #fafafa;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.byxl05vnyu {
    color: #cfcfcf !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-white-outline.disabled,
.btn-white-outline:disabled {
    color: #7a7a7a !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}

.text-primary {
    color: #f8d210 !important;
}

.text-secondary {
    color: #e24033 !important;
}

.text-success {
    color: #21b470 !important;
}

.text-info {
    color: #0baaca !important;
}

.text-warning {
    color: #d5a000 !important;
}

.text-danger {
    color: #b61f2e !important;
}

.text-white {
    color: #fafafa !important;
}

.eqldzcwymu {
    color: #232323 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.byxl05vnyu {
    color: #9d8405 !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.byxl05vnyu {
    color: #992016 !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success.byxl05vnyu {
    color: #115e3a !important;
}

a.text-info:hover,
a.text-info:focus,
a.text-info.byxl05vnyu {
    color: #065969 !important;
}

a.text-warning:hover,
a.text-warning:focus,
a.text-warning.byxl05vnyu {
    color: #6f5300 !important;
}

a.text-danger:hover,
a.text-danger:focus,
a.text-danger.byxl05vnyu {
    color: #5f1018 !important;
}

a.text-white:hover,
a.text-white:focus,
a.text-white.byxl05vnyu {
    color: #c7c7c7 !important;
}

a.eqldzcwymu:hover,
a.eqldzcwymu:focus,
a.eqldzcwymu.byxl05vnyu {
    color: #000000 !important;
}

a[class*="text-"]:not(.k1l5gnkbbd):not(.dropdown-item):not([role]):not(.fzl4kd33am) {
    position: relative;
    background-image: transparent;
    background-size: 10000px 2px;
    background-repeat: no-repeat;
    background-position: 0px 1.2em;
    background-position: -10000px 1.2em;
}

a[class*="text-"]:not(.k1l5gnkbbd):not(.dropdown-item):not([role]):not(.fzl4kd33am):hover {
    transition: background-position 2s ease-in-out;
    background-image: linear-gradient(currentColor 50%, currentColor 50%);
    background-position: 0px 1.2em;
}

.n40ddjblte .k1l5gnkbbd.byxl05vnyu {
    color: #f8d210;
}

.n40ddjblte .k1l5gnkbbd:not(.byxl05vnyu) {
    color: #232323;
}

.fa0irk5dgq {
    background-color: #70c770;
}

.alert-info {
    background-color: #0baaca;
}

.alert-warning {
    background-color: #d5a000;
}

.t9ms8b6jfl {
    background-color: #b61f2e;
}

.mbr-gallery-filter li.byxl05vnyu .hxv030bg01 {
    background-color: #f8d210;
    border-color: #f8d210;
    color: #221c01;
}

.mbr-gallery-filter li.byxl05vnyu .hxv030bg01:focus {
    box-shadow: none;
}

a,
a:hover {
    color: #f8d210;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #fef7d6;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #70e5af;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #a7ecfa;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ffe8a2;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #e66e7a;
}

/* Scroll to top button*/
.scrollToTop_wraper {
    display: none;
}

.c189uvc78d {
    font-family: 'Onest', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
}

.c189uvc78d>.lmlge8x1sp {
    font-size: 1.875rem;
}

.c189uvc78d:hover,
.c189uvc78d:focus {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    border-color: #f8d210 !important;
}

.c189uvc78d:-webkit-input-placeholder {
    font-family: 'Onest', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
}

.c189uvc78d:-webkit-input-placeholder>.lmlge8x1sp {
    font-size: 1.875rem;
}

blockquote {
    border-color: #f8d210;
}

/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #f8d210;
    color: #000000;
}

.jq-number__spin {
    transition: 0.25s ease;
}

.jq-number__spin:hover {
    border-color: #f8d210;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: #353535;
    border-bottom-color: #353535;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
    border-top-color: #f8d210;
    border-bottom-color: #f8d210;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    color: #000000 !important;
    background-color: #f8d210 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #ffffff !important;
    background: #e24033 !important;
    box-shadow: none !important;
}

.lazy-bg {
    background-image: none !important;
}

.lazy-placeholder:not(section),
.lazy-none {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto;
}

iframe.lazy-placeholder,
.lazy-placeholder:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: transparent no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f8d210' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

section.lazy-placeholder:after {
    opacity: 0.5;
}

body {
    overflow-x: hidden;
}

a {
    transition-duration: .3s;
    transition: 0.3s;
}

a:hover {
    background-image: none !important;
}

.ovvibrf2zr {
    padding: 0 5.2vw;
}

@media (max-width: 767px) {
    .ovvibrf2zr {
        padding: 0 6.5vw;
    }
}

.otjorp2ncn {
    max-width: 2400px;
    margin: 0 auto;
    padding: 0 10.4vw;
}

@media (max-width: 767px) {
    .otjorp2ncn {
        padding: 0 6.5vw;
    }
}

.rj44qj4iun {
    margin-left: -1rem;
    margin-right: -1rem;
    justify-content: center;
}

.rj44qj4iun>[class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
}

.tsu32x9bmo .hxv030bg01 {
    min-width: 80px;
    min-height: 60px;
    padding: 24px 44px;
    border-radius: 10em !important;
    border-width: 1px;
    font-weight: 500;
    box-shadow: none !important;
    transition: .4s all !important;
}

@media (max-width: 575px) {
    .tsu32x9bmo {
        width: 100%;
    }

    .tsu32x9bmo .hxv030bg01 {
        width: 100%;
        min-width: auto !important;
    }
}

.custom-section-btn .btn-transform {
    position: relative;
    width: 100%;
    overflow: hidden;
    animation: btn-move-out 0.4s ease-in-out;
    will-change: transform;
}

.custom-section-btn .yw5drgms1f {
    color: #173D33 !important;
    background: linear-gradient(to bottom, #f8d210, #f8d210 50%, #173d33 50%, #173d33 100%) !important;
    background-size: 100% 200% !important;
    background-position: top !important;
    border: none !important;
}

.custom-section-btn .yw5drgms1f:hover {
    background: linear-gradient(to bottom, #f8d210, #f8d210 50%, #173d33 50%, #173d33 100%) !important;
    background-size: 100% 200% !important;
    background-position: bottom !important;
    color: #FFFFFF !important;
}

.custom-section-btn .yw5drgms1f:hover .btn-transform {
    animation: btn-move 0.4s ease-in-out;
}

.custom-section-btn .btn-white-outline {
    color: #FFFFFF !important;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 50%, #f8d210 50%, #f8d210 100%) !important;
    background-size: 100% 200% !important;
    background-position: top !important;
    border: none !important;
}

.custom-section-btn .btn-white-outline:hover {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 50%, #f8d210 50%, #f8d210 100%) !important;
    background-size: 100% 200% !important;
    background-position: bottom !important;
    color: #0E0E0E !important;
}

.custom-section-btn .btn-white-outline:hover .btn-transform {
    animation: btn-move 0.4s ease-in-out;
}

@keyframes btn-move {
    0% {
        transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    49% {
        transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    50% {
        transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        opacity: 0;
    }

    51% {
        transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    52% {
        transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    100% {
        transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        opacity: 1;
    }
}

@keyframes btn-move-out {
    0% {
        transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    49% {
        transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    50% {
        transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        opacity: 0;
    }

    51% {
        transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    52% {
        transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    100% {
        transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        opacity: 1;
    }
}

.pmdm350ygg .dmcczzleph {
    position: relative !important;
}

.pmdm350ygg .dmcczzleph {
    position: absolute !important;
}

.pmdm350ygg .dropdown-item:before {
    font-family: Moririse2 !important;
    content: "\e966";
    display: inline-block;
    width: 0;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    transform: scale(0, 1);
    transition: all 0.25s ease-in-out;
}

.pmdm350ygg .dropdown-menu {
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.pmdm350ygg .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
}

.pmdm350ygg .dropdown-item:hover,
.pmdm350ygg .dropdown-item:focus {
    background: #f8d210 !important;
    color: white !important;
}

.pmdm350ygg .dropdown-item:hover span {
    color: white;
}

.pmdm350ygg .dropdown-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.pmdm350ygg .dropdown-item:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pmdm350ygg .nfg4i3fbpe .ufsusck21u {
    padding: 0 0.3em !important;
    margin: 0.667em 1em !important;
}

.pmdm350ygg .nfg4i3fbpe .ufsusck21u.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
}

.pmdm350ygg .k1l5gnkbbd {
    position: relative;
}

.pmdm350ygg .otjorp2ncn {
    display: flex;
    margin: auto;
}

@media (min-width: 992px) {
    .pmdm350ygg .otjorp2ncn {
        flex-wrap: nowrap;
    }
}

.pmdm350ygg .uzevokmpbs {
    color: #ffffff !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
    transition: 0.4s all;
}

.pmdm350ygg .uzevokmpbs .lmlge8x1sp {
    transition: 0.4s all;
}

.pmdm350ygg .uzevokmpbs:hover .lmlge8x1sp {
    color: #f8d210;
}

.pmdm350ygg .fzl4kd33am {
    color: #FFFFFF;
}

.pmdm350ygg .ryfflgaidp .nwyiu0y1zs {
    margin-right: 3.6vw;
}

.pmdm350ygg .ryfflgaidp .nwyiu0y1zs:hover {
    color: #f8d210 !important;
}

.pmdm350ygg .ryfflgaidp .k1l5gnkbbd {
    margin: 0 !important;
    padding: 20px !important;
}

.pmdm350ygg .ryfflgaidp .k1l5gnkbbd:hover {
    color: #f8d210 !important;
}

.pmdm350ygg .dropdown-menu,
.pmdm350ygg .k1pehzt6st.opened {
    background: #002623 !important;
}

.pmdm350ygg .nwyiu0y1zs:focus,
.pmdm350ygg .k1l5gnkbbd:focus {
    outline: none;
}

.pmdm350ygg .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}

.pmdm350ygg .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.pmdm350ygg .dropdown .dropdown-menu .dropdown-item .lmlge8x1sp {
    margin-right: 0.5rem;
    vertical-align: sub;
}

.pmdm350ygg .dropdown .dropdown-menu .dropdown-item .lmlge8x1sp:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}

.pmdm350ygg .vn5f0ixqo4 .dropdown-menu .dropdown-item:before {
    display: none;
}

.pmdm350ygg .vn5f0ixqo4 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.pmdm350ygg .k1pehzt6st {
    min-height: 70px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background: linear-gradient(180deg, #002623 0%, rgba(0, 38, 35, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
    border: none !important;
    box-shadow: none;
    padding: 0 !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.pmdm350ygg .k1pehzt6st.opened {
    transition: all 0.3s;
}

.pmdm350ygg .k1pehzt6st .dropdown-item {
    padding: 0.5rem 1.8rem;
}

.pmdm350ygg .k1pehzt6st .v25tup5k67 img {
    width: auto;
}

.pmdm350ygg .k1pehzt6st .x1zizqjkl8 {
    justify-content: flex-end;
    z-index: 1;
}

.pmdm350ygg .k1pehzt6st.vn5f0ixqo4 {
    justify-content: center;
}

.pmdm350ygg .k1pehzt6st.vn5f0ixqo4 .nwyiu0y1zs .k1l5gnkbbd::before {
    display: none;
}

.pmdm350ygg .k1pehzt6st.vn5f0ixqo4.opened .dropdown-menu {
    top: 0;
}

@media (min-width: 992px) {
    .pmdm350ygg .k1pehzt6st.vn5f0ixqo4.opened:not(.navbar-short) .x1zizqjkl8 {
        max-height: calc(98.5vh - 3rem);
    }
}

.pmdm350ygg .k1pehzt6st.vn5f0ixqo4 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.pmdm350ygg .k1pehzt6st.vn5f0ixqo4 .dropdown-menu .dropdown-item:after {
    right: auto;
}

.pmdm350ygg .k1pehzt6st.vn5f0ixqo4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
}

.pmdm350ygg .k1pehzt6st.vn5f0ixqo4 ul.ryfflgaidp li {
    margin: auto;
}

.pmdm350ygg .k1pehzt6st.vn5f0ixqo4 .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
}

.pmdm350ygg .k1pehzt6st.vn5f0ixqo4 .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
    .pmdm350ygg .k1pehzt6st {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .pmdm350ygg .k1pehzt6st .nwyiu0y1zs .k1l5gnkbbd::before {
        display: none;
    }

    .pmdm350ygg .k1pehzt6st.opened .dropdown-menu {
        top: 0;
    }

    .pmdm350ygg .k1pehzt6st .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .pmdm350ygg .k1pehzt6st .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .pmdm350ygg .k1pehzt6st .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: 0.5rem;
        margin-top: 0.2rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 40%;
    }

    .pmdm350ygg .k1pehzt6st .v25tup5k67 img {
        height: 3rem !important;
    }

    .pmdm350ygg .k1pehzt6st ul.ryfflgaidp li {
        margin: auto;
    }

    .pmdm350ygg .k1pehzt6st .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }

    .pmdm350ygg .k1pehzt6st .q2ffffitjn {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }

    .pmdm350ygg .k1pehzt6st .xuvy2i1q0x {
        flex-basis: auto;
    }

    .pmdm350ygg .k1pehzt6st .icons-menu {
        padding-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .pmdm350ygg .k1pehzt6st .q2ffffitjn {
        width: calc(100% - 31px);
    }
}

.pmdm350ygg .k1pehzt6st.navbar-short {
    min-height: 60px;
}

.pmdm350ygg .k1pehzt6st.navbar-short .v25tup5k67 img {
    height: 2.5rem !important;
}

.pmdm350ygg .k1pehzt6st.navbar-short .q2ffffitjn {
    min-height: 60px;
    padding: 0;
}

@media (max-width: 575px) {
    .pmdm350ygg .k1pehzt6st {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
}

.pmdm350ygg .q2ffffitjn {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}

.pmdm350ygg .q2ffffitjn .fzl4kd33am {
    line-height: inherit !important;
}

.pmdm350ygg .q2ffffitjn .v25tup5k67 a {
    outline: none;
}

.pmdm350ygg .dropdown-item.byxl05vnyu,
.pmdm350ygg .dropdown-item:active {
    background-color: transparent;
}

.pmdm350ygg .npgz0tijnw .ryfflgaidp .k1l5gnkbbd {
    padding: 0;
}

.pmdm350ygg .nfg4i3fbpe .ufsusck21u.dropdown-toggle {
    margin-right: 1.667em;
}

.pmdm350ygg .nfg4i3fbpe .ufsusck21u.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.pmdm350ygg .k1pehzt6st.npgz0tijnw .dropdown .dropdown-menu {
    background: #002623;
}

.pmdm350ygg .k1pehzt6st.npgz0tijnw .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
}

.pmdm350ygg .k1pehzt6st .dropdown.open>.dropdown-menu {
    display: block;
}

.pmdm350ygg ul.ryfflgaidp {
    flex-wrap: wrap;
}

.pmdm350ygg .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

.pmdm350ygg button.xuvy2i1q0x {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}

.pmdm350ygg button.xuvy2i1q0x .utuvhlaw8e span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
}

.pmdm350ygg button.xuvy2i1q0x .utuvhlaw8e span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}

.pmdm350ygg button.xuvy2i1q0x .utuvhlaw8e span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}

.pmdm350ygg button.xuvy2i1q0x .utuvhlaw8e span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}

.pmdm350ygg button.xuvy2i1q0x .utuvhlaw8e span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}

.pmdm350ygg nav.opened .utuvhlaw8e span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.pmdm350ygg nav.opened .utuvhlaw8e span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}

.pmdm350ygg nav.opened .utuvhlaw8e span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}

.pmdm350ygg nav.opened .utuvhlaw8e span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.pmdm350ygg .dmcczzleph {
    padding: 0 1rem;
}

.pmdm350ygg a.k1l5gnkbbd {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pmdm350ygg .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}

@media (max-width: 991px) {
    .pmdm350ygg .icons-menu {
        padding: 1rem 0 !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .pmdm350ygg .k1pehzt6st {
        height: 70px;
    }

    .pmdm350ygg .k1pehzt6st.opened {
        height: auto;
    }

    .pmdm350ygg .nwyiu0y1zs .k1l5gnkbbd:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

@media (max-width: 575px) {
    .pmdm350ygg .tsu32x9bmo {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
}

.pmdm350ygg .tsu32x9bmo .hxv030bg01 {
    min-width: 80px;
    min-height: 62px;
    padding: 20px 35px;
}

@media (max-width: 575px) {
    .pmdm350ygg .tsu32x9bmo .hxv030bg01 {
        width: auto !important;
    }
}

@media (max-width: 991px) {
    .pmdm350ygg .tsu32x9bmo {
        text-align: center !important;
    }
}

.pmdm350ygg .custom-section-btn .btn-white-outline {
    color: #FFFFFF !important;
    background: linear-gradient(to bottom, transparent, transparent 50%, #f8d210 50%, #f8d210 100%) !important;
    background-size: 100% 200% !important;
    background-position: top !important;
    border: 1px solid #FFFFFF !important;
}

.pmdm350ygg .custom-section-btn .btn-white-outline:hover {
    background: linear-gradient(to bottom, transparent, transparent 50%, #f8d210 50%, #f8d210 100%) !important;
    background-size: 100% 200% !important;
    background-position: bottom !important;
    color: #0E0E0E !important;
    border: 1px solid transparent !important;
}

.pmdm350ygg .custom-section-btn .btn-white-outline:hover .btn-transform {
    animation: btn-move 0.4s ease-in-out;
}

.pmdm350ygg .custom-section-btn .btn-black-outline {
    color: #0E0E0E !important;
    background: linear-gradient(to bottom, transparent, transparent 50%, #f8d210 50%, #f8d210 100%) !important;
    background-size: 100% 200% !important;
    background-position: top !important;
    border: 1px solid #0E0E0E !important;
}

.pmdm350ygg .custom-section-btn .btn-black-outline:hover {
    background: linear-gradient(to bottom, transparent, transparent 50%, #f8d210 50%, #f8d210 100%) !important;
    background-size: 100% 200% !important;
    background-position: bottom !important;
    color: #0E0E0E !important;
    border: 1px solid transparent !important;
}

.pmdm350ygg .custom-section-btn .btn-black-outline:hover .btn-transform {
    animation: btn-move 0.4s ease-in-out;
}

.pmdm350ygg .k1l5gnkbbd,
.pmdm350ygg .dropdown-item {
    color: #FFFFFF;
}

.m7u3ktwh2d {
    background-image: url("photo-1709707054543-20883bd1c688.jpeg");
    position: relative;
    overflow: hidden;
}

.m7u3ktwh2d .mbr-fallback-image.disabled {
    display: none;
}

.m7u3ktwh2d .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.m7u3ktwh2d .jwlhcmtgqc {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
    opacity: 0.7;
    width: 20vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ffff56;
    box-shadow: 0 0 40px #ffff56;
    filter: blur(130px);
}

@media (max-width: 767px) {
    .m7u3ktwh2d .jwlhcmtgqc {
        width: 40vw;
    }
}

.m7u3ktwh2d .rj44qj4iun {
    position: relative;
    z-index: 3;
}

@media (min-width: 992px) {
    .m7u3ktwh2d .yiogw8f2nc {
        margin-top: 5rem;
    }
}

.m7u3ktwh2d .saydwmo976 {
    color: #FFFFFF;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .m7u3ktwh2d .saydwmo976 {
        margin-bottom: 32px;
    }
}

.m7u3ktwh2d .j948bq0t4d {
    color: #FFFFFF;
    margin-bottom: 0;
}

.m7u3ktwh2d .j948bq0t4d a {
    font-weight: inherit;
    pointer-events: none;
}

.m7u3ktwh2d .ew3k50nnb8 {
    color: #ffffff;
    margin-top: 32px;
    margin-bottom: 0;
}

.m7u3ktwh2d .tsu32x9bmo {
    margin-top: 100px;
}

@media (max-width: 991px) {
    .m7u3ktwh2d .tsu32x9bmo {
        margin-top: 90px;
    }
}

@media (max-width: 767px) {
    .m7u3ktwh2d .tsu32x9bmo {
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .m7u3ktwh2d .tsu32x9bmo {
        margin-top: 40px;
    }
}

.d7t6aaxu1a {
    background-image: url("photo-1644959773887-ef1e63f11add.jpeg");
}

.d7t6aaxu1a .mbr-fallback-image.disabled {
    display: none;
}

.d7t6aaxu1a .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (min-width: 1600px) {
    .d7t6aaxu1a.rdf14ojywq {
        align-items: flex-end !important;
    }
}

.wj5pqt0g6t {
    background-color: #002623;
    position: relative;
    overflow: hidden;
}

.wj5pqt0g6t .mbr-fallback-image.disabled {
    display: none;
}

.wj5pqt0g6t .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.wj5pqt0g6t .jwlhcmtgqc {
    position: absolute;
    top: 10%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    opacity: 0.7;
    width: 20vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ffff56;
    box-shadow: 0 0 40px #ffff56;
    filter: blur(130px);
}

@media (max-width: 767px) {
    .wj5pqt0g6t .jwlhcmtgqc {
        width: 40vw;
    }
}

@media (min-width: 1600px) {
    .wj5pqt0g6t.rdf14ojywq {
        align-items: flex-end !important;
    }
}

.wj5pqt0g6t .rj44qj4iun {
    position: relative;
    z-index: 3;
}

.wj5pqt0g6t .saydwmo976 {
    color: #FFFFFF;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .wj5pqt0g6t .saydwmo976 {
        margin-bottom: 32px;
    }
}

.wj5pqt0g6t .j948bq0t4d {
    color: #FFFFFF;
    margin-bottom: 0;
}

.wj5pqt0g6t .j948bq0t4d a {
    font-weight: inherit;
    pointer-events: none;
}

.wj5pqt0g6t .ew3k50nnb8 {
    color: #ffffff;
    margin-top: 32px;
    margin-bottom: 0;
}

.wj5pqt0g6t .tsu32x9bmo {
    margin-top: 100px;
}

@media (max-width: 991px) {
    .wj5pqt0g6t .tsu32x9bmo {
        margin-top: 90px;
    }
}

@media (max-width: 767px) {
    .wj5pqt0g6t .tsu32x9bmo {
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .wj5pqt0g6t .tsu32x9bmo {
        margin-top: 40px;
    }
}

.cid-v2aJxu3UAF {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #002623;
}

.cid-v2aJxu3UAF .q4lov0npdd {
    width: 100%;
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .cid-v2aJxu3UAF .q4lov0npdd {
        margin-bottom: 76px;
    }
}

@media (max-width: 575px) {
    .cid-v2aJxu3UAF .q4lov0npdd {
        margin-bottom: 60px;
    }
}

.cid-v2aJxu3UAF .saydwmo976 {
    color: #FFFFFF;
    margin-bottom: 0;
}

.cid-v2aJxu3UAF .saydwmo976 a {
    font-weight: inherit;
    pointer-events: none;
}

.cid-v2aJxu3UAF .j948bq0t4d {
    color: #ffffff;
    margin-top: 32px;
    margin-bottom: 0;
}

.cid-v2aJxu3UAF .mbr-figure iframe {
    border-radius: 30px;
}

.cid-v2aJxu3UAF .mbr-figure .app-video-wrapper img {
    border-radius: 30px;
}

.o1l8sat6v7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: transparent;
}

.o1l8sat6v7 .y64vsccd2t:focus,
.o1l8sat6v7 span:focus {
    outline: none;
}

.o1l8sat6v7 .y64vsccd2t {
    cursor: pointer;
}

.o1l8sat6v7 .vmtoxiud96 {
    grid-row-gap: 2rem;
}

@media (max-width: 767px) {
    .o1l8sat6v7 .vmtoxiud96 {
        grid-row-gap: 1rem;
    }
}

.o1l8sat6v7 .u9u8rcpynp,
.o1l8sat6v7 .lgv373eqvm {
    gap: 0 2rem;
}

@media (max-width: 767px) {

    .o1l8sat6v7 .u9u8rcpynp,
    .o1l8sat6v7 .lgv373eqvm {
        gap: 0 1rem;
    }
}

.o1l8sat6v7 .saydwmo976 {
    margin-bottom: 100px;
    color: #102a23;
    text-align: center;
}

@media (max-width: 991px) {
    .o1l8sat6v7 .saydwmo976 {
        margin-bottom: 50px;
    }
}

.o1l8sat6v7 .ku82lwrhcg {
    max-width: 800px;
}

.o1l8sat6v7 .otjorp2ncn,
.o1l8sat6v7 .ovvibrf2zr {
    overflow: hidden;
}

.o1l8sat6v7 .vmtoxiud96 {
    display: grid;
    transform: translate3d(-3rem, 0, 0);
    width: 115vw;
    grid-column-gap: 1rem;
}

.o1l8sat6v7 .umx0lbxft1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.o1l8sat6v7 .umx0lbxft1 img {
    min-width: 30vw;
    max-width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 30px;
}

@media (max-width: 1200px) {
    .o1l8sat6v7 .umx0lbxft1 img {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .o1l8sat6v7 .umx0lbxft1 img {
        min-width: 35vw;
        height: 160px;
    }
}

.o1l8sat6v7 .u9u8rcpynp,
.o1l8sat6v7 .lgv373eqvm {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.o1l8sat6v7 .u9u8rcpynp {
    align-items: flex-end;
}

.o1l8sat6v7 .lgv373eqvm {
    align-items: flex-start;
}

.r87qtboci1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.r87qtboci1 .mbr-fallback-image.disabled {
    display: none;
}

.r87qtboci1 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.r87qtboci1 .saydwmo976 {
    color: #000000;
    margin-bottom: 0;
}

.r87qtboci1 .saydwmo976 a {
    font-weight: inherit;
    pointer-events: none;
}

.r87qtboci1 .j948bq0t4d {
    color: #102a23;
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.r87qtboci1 .tsu32x9bmo {
    margin-top: 2rem;
}

.r87qtboci1 .j948bq0t4d,
.r87qtboci1 .tsu32x9bmo {
    color: #000000;
}

.n08jzbhjkm {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #002623;
    overflow: hidden;
}

@media (max-width: 991px) {
    .n08jzbhjkm .mm5lnkwvkg {
        margin-bottom: 60px;
    }
}

.n08jzbhjkm .saydwmo976 {
    color: #FFFFFF;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 40px;
}

.n08jzbhjkm .saydwmo976::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #ffffff;
}

.n08jzbhjkm .saydwmo976::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.2;
}

.n08jzbhjkm .j948bq0t4d {
    color: #FFFFFF;
    margin-bottom: 0;
}

.n08jzbhjkm .y64vsccd2t {
    margin-bottom: 50px;
    border-radius: 0;
}

@media (max-width: 575px) {
    .n08jzbhjkm .y64vsccd2t {
        margin-bottom: 32px;
    }
}

.n08jzbhjkm .ly4blvirwc {
    width: 100%;
}

.n08jzbhjkm .qs31gpszz9 {
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.n08jzbhjkm .agc5whddcm {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.2;
}

.n08jzbhjkm .g0eom3vinz {
    color: #FFFFFF;
    padding-top: 20px;
    margin-bottom: 0;
}

.n08jzbhjkm .btn-wrapper {
    margin-top: -8%;
}

.m7sxfhmvpw {
    background-color: #002623;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.m7sxfhmvpw .otjorp2ncn,
.m7sxfhmvpw .ovvibrf2zr {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.m7sxfhmvpw .rj44qj4iun {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.m7sxfhmvpw .rvuqcrqk0t {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 80px;
}

.m7sxfhmvpw .jwlhcmtgqc {
    position: absolute;
    bottom: -12%;
    right: 0;
    opacity: 0.9;
    width: 40vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ffff56;
    box-shadow: 0 0 40px #ffff56;
    filter: blur(130px);
}

@media (max-width: 767px) {
    .m7sxfhmvpw .jwlhcmtgqc {
        width: 80vw;
    }
}

.m7sxfhmvpw .qtm6v6o70i {
    flex-grow: 1;
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding: 100px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .m7sxfhmvpw .qtm6v6o70i {
        padding: 80px;
    }
}

@media (max-width: 767px) {
    .m7sxfhmvpw .qtm6v6o70i {
        padding: 80px 30px;
        align-items: flex-end;
    }
}

.m7sxfhmvpw .ku1rbu1ard {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../../assets/images/photo1526568717785b530e8613bde.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.m7sxfhmvpw .x7291w8td6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002623;
    opacity: 0.8;
}

.m7sxfhmvpw .hlt0roibrj {
    position: absolute;
    right: 100px;
    top: -80px;
    max-width: 180px;
    width: 180px;
}

@media (max-width: 991px) {
    .m7sxfhmvpw .hlt0roibrj {
        max-width: 120px;
        width: 120px;
        top: -40px;
        right: 80px;
    }
}

@media (max-width: 767px) {
    .m7sxfhmvpw .hlt0roibrj {
        max-width: 120px;
        width: 120px;
        top: -40px;
        right: auto;
        left: 10%;
    }
}

.m7sxfhmvpw .hlt0roibrj img {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    object-fit: cover;
    transform: rotate(0deg);
}

.m7sxfhmvpw .u5rcknmg5a {
    position: relative;
    z-index: 5;
    width: 100%;
}

.m7sxfhmvpw .saydwmo976 {
    color: #FFFFFF;
    margin-bottom: 40px;
}

.m7sxfhmvpw .j948bq0t4d {
    color: #FFFFFF;
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .m7sxfhmvpw .j948bq0t4d {
        margin-bottom: 16px;
    }
}

.m7sxfhmvpw .j948bq0t4d,
.m7sxfhmvpw .tsu32x9bmo {
    color: #FFFFFF;
}

.t14cue7im1 {
    background-color: #002623;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.t14cue7im1 .otjorp2ncn,
.t14cue7im1 .ovvibrf2zr {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.t14cue7im1 .rj44qj4iun {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.t14cue7im1 .rvuqcrqk0t {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.t14cue7im1 .jwlhcmtgqc {
    position: absolute;
    bottom: -12%;
    left: 0;
    opacity: 0.9;
    width: 40vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ffff56;
    box-shadow: 0 0 40px #ffff56;
    filter: blur(130px);
}

@media (max-width: 767px) {
    .t14cue7im1 .jwlhcmtgqc {
        width: 80vw;
    }
}

.t14cue7im1 .qtm6v6o70i {
    flex-grow: 1;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding: 40px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .t14cue7im1 .qtm6v6o70i {
        padding: 30px;
        border-radius: 10px;
    }
}

@media (max-width: 575px) {
    .t14cue7im1 .qtm6v6o70i {
        padding: 30px 20px;
    }
}

.t14cue7im1 .ku1rbu1ard {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../../assets/images/photo1739818435583b483ea5e3c11.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.t14cue7im1 .x7291w8td6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002623;
    opacity: 0.8;
}

.t14cue7im1 .u5rcknmg5a {
    position: relative;
    z-index: 5;
    width: 100%;
}

@media (min-width: 767px) {
    .t14cue7im1 .u5rcknmg5a {
        margin-top: 5rem;
    }
}

.t14cue7im1 .f271kgzt73 {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .t14cue7im1 .f271kgzt73 {
        margin-bottom: 35px;
    }
}

.t14cue7im1 .saydwmo976 {
    position: relative;
    color: #0E0E0E;
    margin-bottom: 0;
    margin-right: 30px;
}

.t14cue7im1 .saydwmo976:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: calc(100% + 20px);
    aspect-ratio: 1;
    background-color: #aafc75;
}

.t14cue7im1 .j948bq0t4d {
    color: #FFFFFF;
    margin-bottom: 0;
}

.t14cue7im1 .ew3k50nnb8 {
    color: #FFFFFF;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .t14cue7im1 .ew3k50nnb8 {
        margin-bottom: 1rem;
    }
}

.t14cue7im1 .ew3k50nnb8,
.t14cue7im1 .tsu32x9bmo {
    color: #FFFFFF;
}

.eh568uwaus {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #002623;
}

.eh568uwaus .mbr-fallback-image.disabled {
    display: none;
}

.eh568uwaus .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.eh568uwaus .q4lov0npdd {
    width: 100%;
    margin-bottom: 150px;
}

@media (max-width: 1199px) {
    .eh568uwaus .q4lov0npdd {
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .eh568uwaus .q4lov0npdd {
        margin-bottom: 75px;
    }
}

@media (max-width: 767px) {
    .eh568uwaus .q4lov0npdd {
        margin-bottom: 120px;
    }
}

@media (max-width: 575px) {
    .eh568uwaus .q4lov0npdd {
        margin-bottom: 100px;
    }
}

.eh568uwaus .s9edom2ubt {
    color: #FFFFFF;
    margin-bottom: 0;
}

.eh568uwaus .s9edom2ubt a {
    font-weight: inherit;
    pointer-events: none;
}

.eh568uwaus .main-subtitle {
    color: #ffffff;
    margin-top: 32px;
    margin-bottom: 0;
}

.eh568uwaus .auro88ily6 {
    width: 100%;
    background-color: #eafefc;
    border-radius: 30px;
    padding: 100px 120px;
}

@media (max-width: 1199px) {
    .eh568uwaus .auro88ily6 {
        padding: 68px 82px;
    }
}

@media (max-width: 991px) {
    .eh568uwaus .auro88ily6 {
        padding: 50px 60px;
    }
}

@media (max-width: 767px) {
    .eh568uwaus .auro88ily6 {
        border-radius: 10px;
        padding: 90px 45px;
    }
}

@media (max-width: 575px) {
    .eh568uwaus .auro88ily6 {
        padding: 68px 34px;
    }
}

.eh568uwaus .saydwmo976 {
    color: #000000;
    opacity: 0.5;
    margin-bottom: 150px;
}

@media (max-width: 1199px) {
    .eh568uwaus .saydwmo976 {
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .eh568uwaus .saydwmo976 {
        margin-bottom: 75px;
    }
}

@media (max-width: 767px) {
    .eh568uwaus .saydwmo976 {
        margin-bottom: 54px;
    }
}

@media (max-width: 575px) {
    .eh568uwaus .saydwmo976 {
        margin-bottom: 40px;
    }
}

.eh568uwaus .j948bq0t4d {
    color: #000000;
    margin-bottom: 70px;
}

@media (max-width: 1199px) {
    .eh568uwaus .j948bq0t4d {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .eh568uwaus .j948bq0t4d {
        margin-bottom: 34px;
    }
}

@media (max-width: 767px) {
    .eh568uwaus .j948bq0t4d {
        margin-bottom: 62px;
    }
}

@media (max-width: 575px) {
    .eh568uwaus .j948bq0t4d {
        margin-bottom: 48px;
    }
}

.eh568uwaus .ew3k50nnb8 {
    color: #000000;
    margin-bottom: 0;
}

.e1gv3iyvrh {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #002623;
}

.e1gv3iyvrh .mbr-fallback-image.disabled {
    display: none;
}

.e1gv3iyvrh .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.e1gv3iyvrh .abuww6aaq9 {
    position: relative;
}

.e1gv3iyvrh .jwlhcmtgqc {
    position: absolute;
    bottom: -12%;
    left: -5%;
    opacity: 0.9;
    width: 40vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ffff56;
    box-shadow: 0 0 40px #ffff56;
    filter: blur(130px);
}

@media (max-width: 767px) {
    .e1gv3iyvrh .jwlhcmtgqc {
        width: 80vw;
    }
}

.e1gv3iyvrh .hecalxi07j {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.e1gv3iyvrh .hecalxi07j img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    max-height: 100vh;
}

@media (max-width: 1199px) {
    .e1gv3iyvrh .hecalxi07j img {
        height: 700px;
    }
}

@media (max-width: 991px) {
    .e1gv3iyvrh .hecalxi07j img {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .e1gv3iyvrh .hecalxi07j img {
        height: 500px;
    }
}

@media (max-width: 575px) {
    .e1gv3iyvrh .hecalxi07j img {
        height: auto;
    }
}

.uacwv528vj {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #002623;
    position: relative;
    overflow: hidden;
}

.uacwv528vj .rj44qj4iun {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.uacwv528vj .rvuqcrqk0t {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.uacwv528vj .jwlhcmtgqc {
    position: absolute;
    bottom: -15%;
    right: -7%;
    opacity: 0.9;
    width: 25vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ffff56;
    box-shadow: 0 0 40px #ffff56;
    filter: blur(130px);
}

@media (max-width: 1199px) {
    .uacwv528vj .jwlhcmtgqc {
        width: 50vw;
    }
}

.uacwv528vj .qtm6v6o70i {
    flex-grow: 1;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 30px;
    padding: 80px 80px 40px;
    overflow: hidden;
    background-color: #003e39;
}

@media (max-width: 991px) {
    .uacwv528vj .qtm6v6o70i {
        padding: 60px 60px 40px;
    }
}

@media (max-width: 767px) {
    .uacwv528vj .qtm6v6o70i {
        padding: 40px 40px 20px;
    }
}

.uacwv528vj .u5rcknmg5a {
    position: relative;
    z-index: 10;
    width: 55%;
}

@media (max-width: 1199px) {
    .uacwv528vj .u5rcknmg5a {
        width: 100%;
        margin-bottom: 2rem;
    }
}

.uacwv528vj .saydwmo976 {
    color: #FFFFFF;
    margin-bottom: 40px;
}

.uacwv528vj .j948bq0t4d {
    color: #FFFFFF;
    margin-bottom: 0;
}

.uacwv528vj .tsu32x9bmo {
    margin-top: 1.5rem;
}

.uacwv528vj .bjxb9pjlhx {
    position: relative;
    width: 45%;
}

@media (max-width: 1199px) {
    .uacwv528vj .bjxb9pjlhx {
        width: 100%;
    }
}

.uacwv528vj .dbotgtia22 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #aafc75;
    box-shadow: 0 0 40px #aafc75;
    filter: blur(120px);
}

.uacwv528vj .hlt0roibrj {
    position: relative;
    z-index: 3;
    width: 90%;
    height: 100%;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .uacwv528vj .hlt0roibrj {
        width: 100%;
    }
}

.uacwv528vj .hlt0roibrj img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.uacwv528vj .exzcsi2hme {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #002623, transparent);
    pointer-events: none;
}

.cukykcydm4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #002623;
    position: relative;
    overflow: hidden;
}

.cukykcydm4 .mbr-fallback-image.disabled {
    display: none;
}

.cukykcydm4 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cukykcydm4 .jwlhcmtgqc {
    position: absolute;
    top: 0;
    transform: translateY(-70%);
    right: 5%;
    z-index: 2;
    opacity: 0.7;
    width: 30vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ffff56;
    box-shadow: 0 0 40px #ffff56;
    filter: blur(130px);
}

@media (max-width: 767px) {
    .cukykcydm4 .jwlhcmtgqc {
        width: 60vw;
    }
}

.cukykcydm4 .rj44qj4iun {
    position: relative;
    z-index: 3;
}

.cukykcydm4 .q4lov0npdd {
    width: 100%;
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .cukykcydm4 .q4lov0npdd {
        margin-bottom: 76px;
    }
}

@media (max-width: 575px) {
    .cukykcydm4 .q4lov0npdd {
        margin-bottom: 60px;
    }
}

.cukykcydm4 .s9edom2ubt {
    color: #FFFFFF;
    margin-bottom: 0;
}

.cukykcydm4 .s9edom2ubt a {
    font-weight: inherit;
    pointer-events: none;
}

.cukykcydm4 .main-subtitle {
    color: #ffffff;
    margin-top: 32px;
    margin-bottom: 0;
}

.cukykcydm4 .auro88ily6 .wc0p3v6gat {
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    opacity: 0.2;
}

.cukykcydm4 .auro88ily6 .jllbk3qedv {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 110px 0;
}

@media (max-width: 991px) {
    .cukykcydm4 .auro88ily6 .jllbk3qedv {
        flex-wrap: wrap;
        padding: 76px 0;
    }
}

@media (max-width: 575px) {
    .cukykcydm4 .auro88ily6 .jllbk3qedv {
        padding: 60px 0;
    }
}

.cukykcydm4 .f271kgzt73 {
    width: 30%;
    padding-right: 10%;
}

@media (max-width: 1199px) {
    .cukykcydm4 .f271kgzt73 {
        width: 40%;
    }
}

@media (max-width: 991px) {
    .cukykcydm4 .f271kgzt73 {
        width: 100%;
        padding-right: 0;
    }
}

.cukykcydm4 .saydwmo976 {
    color: #FFFFFF;
    margin-bottom: 0;
    transition: all 0.5s;
}

.cukykcydm4 .title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px;
    border: 1px solid #aafc75;
    border-radius: 30px;
    transition: all 0.5s;
    background: rgba(255, 255, 255, 0.2);
}

.cukykcydm4 .title-box:hover {
    border: 1px solid #ffffff;
    background: #ffffff;
}

.cukykcydm4 .title-box:hover .saydwmo976 {
    color: #0282fe;
}

@media (max-width: 991px) {
    .cukykcydm4 .title-box {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .cukykcydm4 .title-box {
        width: 55%;
    }
}

@media (max-width: 575px) {
    .cukykcydm4 .title-box {
        width: 100%;
    }
}

.cukykcydm4 .u5rcknmg5a {
    width: 53%;
}

@media (max-width: 991px) {
    .cukykcydm4 .u5rcknmg5a {
        width: 100%;
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .cukykcydm4 .u5rcknmg5a {
        margin-top: 36px;
    }
}

.cukykcydm4 .ew3k50nnb8 {
    color: #FFFFFF;
    margin-bottom: 0;
}

.cukykcydm4 .tsu32x9bmo {
    margin-top: 90px;
}

@media (max-width: 767px) {
    .cukykcydm4 .tsu32x9bmo {
        margin-top: 70px;
    }
}

@media (max-width: 575px) {
    .cukykcydm4 .tsu32x9bmo {
        margin-top: 60px;
    }
}

.cukykcydm4 .ew3k50nnb8,
.cukykcydm4 mbr-section-btn {
    color: #FFFFFF;
}

.omlj4fo0y3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #002623;
}

.omlj4fo0y3 .mbr-fallback-image.disabled {
    display: none;
}

.omlj4fo0y3 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.omlj4fo0y3 .q4lov0npdd {
    width: 100%;
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .omlj4fo0y3 .q4lov0npdd {
        margin-bottom: 76px;
    }
}

@media (max-width: 575px) {
    .omlj4fo0y3 .q4lov0npdd {
        margin-bottom: 60px;
    }
}

.omlj4fo0y3 .s9edom2ubt {
    color: #FFFFFF;
    margin-bottom: 0;
}

.omlj4fo0y3 .s9edom2ubt a {
    font-weight: inherit;
    pointer-events: none;
}

.omlj4fo0y3 .main-subtitle {
    color: #ffffff;
    margin-top: 32px;
    margin-bottom: 0;
}

.omlj4fo0y3 .mvd4vz82k3 {
    margin-bottom: 40px;
}

.omlj4fo0y3 .y64vsccd2t {
    margin-bottom: -40px;
}

.omlj4fo0y3 .ly4blvirwc {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 40px;
    border-radius: 10px;
    background-color: #000000;
    box-shadow: 0px -23px 60px #000000;
    overflow: hidden;
}

.omlj4fo0y3 .ly4blvirwc:after {
    content: "";
    position: absolute;
    top: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0.3;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #79ffff;
    box-shadow: 0 0 40px #79ffff;
    filter: blur(100px);
    z-index: 1;
}

@media (max-width: 767px) {
    .omlj4fo0y3 .ly4blvirwc:after {
        width: 150%;
    }
}

.omlj4fo0y3 .f271kgzt73 {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.omlj4fo0y3 .uzevokmpbs {
    display: flex;
    margin-right: 1rem;
}

.omlj4fo0y3 .uzevokmpbs .lmlge8x1sp {
    display: block;
    font-size: 44px;
    color: #ffffff;
}

.omlj4fo0y3 .qs31gpszz9 {
    color: #FFFFFF;
}

.omlj4fo0y3 .g0eom3vinz {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
}

.cid-v2aJxu7mDv .mbr-fallback-image.disabled {
    display: none;
}

.cid-v2aJxu7mDv .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url("background3.jpg");
}

@media (min-width: 1600px) {
    .cid-v2aJxu7mDv.rdf14ojywq {
        align-items: flex-end !important;
    }
}

.htm7t5tzbj {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #002623;
}

.htm7t5tzbj .mbr-fallback-image.disabled {
    display: none;
}

.htm7t5tzbj .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.htm7t5tzbj .saydwmo976 {
    color: #FFFFFF;
    margin-bottom: 0;
}

.htm7t5tzbj .ew3k50nnb8 {
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.htm7t5tzbj .tsu32x9bmo {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .htm7t5tzbj .tsu32x9bmo {
        margin-top: 34px;
    }
}

@media (max-width: 575px) {
    .htm7t5tzbj .tsu32x9bmo {
        margin-top: 26px;
        width: auto;
    }

    .htm7t5tzbj .tsu32x9bmo .hxv030bg01 {
        width: auto;
        min-width: auto !important;
    }
}

.htm7t5tzbj .tsu32x9bmo .hxv030bg01.vahmil6m7n>.lmlge8x1sp {
    font-size: 0.75rem !important;
}

.htm7t5tzbj .tsu32x9bmo .hxv030bg01 .lmlge8x1sp {
    margin-left: 8px !important;
    transition: 0.4s all !important;
}

.htm7t5tzbj .tsu32x9bmo .hxv030bg01:hover .lmlge8x1sp {
    margin-left: 14px !important;
}

.htm7t5tzbj .tsu32x9bmo .btn-white-outline {
    padding: 0 !important;
    color: #FFFFFF !important;
}

.htm7t5tzbj .tsu32x9bmo .btn-white-outline .lmlge8x1sp {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    color: #f8d210 !important;
    will-change: transform;
}

.htm7t5tzbj .tsu32x9bmo .btn-white-outline .lmlge8x1sp:before {
    animation: icon-move-out 0.4s ease-in-out;
}

.htm7t5tzbj .tsu32x9bmo .btn-white-outline:hover {
    color: #f8d210 !important;
}

.htm7t5tzbj .tsu32x9bmo .btn-white-outline:hover .lmlge8x1sp {
    background: #f8d210;
    color: #FFFFFF !important;
}

.htm7t5tzbj .tsu32x9bmo .btn-white-outline:hover .lmlge8x1sp:before {
    animation: icon-move 0.4s ease-in-out;
}

@keyframes icon-move {
    0% {
        transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    49% {
        transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    50% {
        transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    51% {
        transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    52% {
        transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    100% {
        transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }
}

@keyframes icon-move-out {
    0% {
        transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    49% {
        transform: translate3d(-200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    50% {
        transform: translate3d(-200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    51% {
        transform: translate3d(200%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    52% {
        transform: translate3d(200%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    100% {
        transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }
}

.cid-v2aJxu8JMX {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffff56;
}

.cid-v2aJxu8JMX .y64vsccd2t:focus,
.cid-v2aJxu8JMX span:focus {
    outline: none;
}

.cid-v2aJxu8JMX .ovvibrf2zr {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.cid-v2aJxu8JMX .y64vsccd2t {
    color: #000000;
    min-height: 90px;
}

@media (max-width: 768px) {
    .cid-v2aJxu8JMX .y64vsccd2t {
        min-height: 45px;
    }
}

.uth3kcak56 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #002623;
    overflow: hidden;
}

@media (max-width: 991px) {
    .uth3kcak56 .mm5lnkwvkg {
        margin-bottom: 60px;
    }
}

.uth3kcak56 .saydwmo976 {
    color: #FFFFFF;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 40px;
}

.uth3kcak56 .saydwmo976::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #ffffff;
}

.uth3kcak56 .saydwmo976::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.2;
}

.uth3kcak56 .j948bq0t4d {
    color: #FFFFFF;
    margin-bottom: 0;
}

.uth3kcak56 .ymuw129hya {
    transition: all 0.3s;
    height: fit-content;
    margin-bottom: 2rem;
    border-radius: 0;
}

@media (min-width: 768px) {
    .uth3kcak56 .ymuw129hya:not(:nth-child(3n+1)) {
        border-left: 1px solid #ffffff;
    }
}

.uth3kcak56 .ymuw129hya img {
    width: auto;
    max-width: 100%;
    height: 90px;
    object-fit: cover;
    margin: 0 auto;
    transition: 0.5s all;
    will-change: transform;
}

.uth3kcak56 .ymuw129hya img:hover {
    opacity: 0.65;
    transform: scale(0.9);
}

.uth3kcak56 .ymuw129hya img {
    filter: invert(1);
}

.l290komc4u {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #002623;
    position: relative;
    overflow: hidden;
}

.l290komc4u .mbr-fallback-image.disabled {
    display: none;
}

.l290komc4u .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.l290komc4u .jwlhcmtgqc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
    z-index: 2;
    opacity: 0.7;
    width: 30vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ffff56;
    box-shadow: 0 0 40px #ffff56;
    filter: blur(130px);
}

@media (max-width: 767px) {
    .l290komc4u .jwlhcmtgqc {
        width: 60vw;
    }
}

.l290komc4u .rj44qj4iun {
    position: relative;
    z-index: 3;
}

.l290komc4u .mm5lnkwvkg {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .l290komc4u .mm5lnkwvkg {
        margin-top: 0;
        margin-bottom: 60px;
    }
}

.l290komc4u .saydwmo976 {
    color: #FFFFFF;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 40px;
}

.l290komc4u .saydwmo976::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #ffffff;
}

.l290komc4u .saydwmo976::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.2;
}

.l290komc4u .j948bq0t4d {
    color: #FFFFFF;
    margin-bottom: 0;
}

.l290komc4u .ew3k50nnb8 {
    color: #FFFFFF;
    margin-bottom: 0;
}

.l290komc4u .ymuw129hya {
    position: relative;
    padding-bottom: 30px;
    border-radius: 0;
}

@media (max-width: 991px) {
    .l290komc4u .ymuw129hya {
        padding-bottom: 16px;
    }
}

@media (max-width: 575px) {
    .l290komc4u .ymuw129hya {
        padding-bottom: 12px;
    }
}

.l290komc4u .ymuw129hya::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.2;
}

.l290komc4u .ymuw129hya:not(:first-child) {
    padding-top: 60px;
}

@media (max-width: 991px) {
    .l290komc4u .ymuw129hya:not(:first-child) {
        padding-top: 54px;
    }
}

@media (max-width: 575px) {
    .l290komc4u .ymuw129hya:not(:first-child) {
        padding-top: 40px;
    }
}

.l290komc4u .yfdn98drfq {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    border-bottom: none !important;
}

.l290komc4u .nzf03elrls {
    padding-left: 0;
    font-family: 'Moririse2' !important;
    font-size: 3.4rem !important;
    color: #ffff56;
    transition: 0.3s all;
}

@media (max-width: 991px) {
    .l290komc4u .nzf03elrls {
        font-size: 3rem !important;
    }
}

@media (max-width: 575px) {
    .l290komc4u .nzf03elrls {
        font-size: 2.4rem !important;
    }
}

.l290komc4u .ht11lno8co {
    color: #FFFFFF;
    padding-right: 1rem;
    transition: 0.3s all;
}

.l290komc4u .jyn4pgoszc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 60px;
    transition: 0.3s all;
}

@media (max-width: 991px) {
    .l290komc4u .jyn4pgoszc {
        padding-bottom: 36px;
    }
}

@media (max-width: 575px) {
    .l290komc4u .jyn4pgoszc {
        padding-bottom: 24px;
    }
}

.l290komc4u .jyn4pgoszc[aria-expanded="false"] .nzf03elrls {
    transform: rotate(-90deg);
}

.l290komc4u .jyn4pgoszc[aria-expanded="true"] .nzf03elrls {
    transform: rotate(0);
}

.l290komc4u .jyn4pgoszc:hover {
    padding-right: 1rem;
}

.l290komc4u .jyn4pgoszc:hover .ht11lno8co {
    color: #ffff56;
}

.l290komc4u .k58b4rztcq {
    color: #FFFFFF;
    margin-bottom: 30px;
    max-width: 830px;
    width: 100%;
}

@media (max-width: 991px) {
    .l290komc4u .k58b4rztcq {
        margin-bottom: 24px;
    }
}

@media (max-width: 575px) {
    .l290komc4u .k58b4rztcq {
        margin-bottom: 16px;
    }
}

.cid-v2aJxu9wLg {
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    overflow: hidden;
    background-color: #002623;
}

.cid-v2aJxu9wLg .mbr-fallback-image.disabled {
    display: none;
}

.cid-v2aJxu9wLg .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-v2aJxu9wLg .jwlhcmtgqc {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 5%;
    z-index: 2;
    opacity: 0.8;
    width: 15vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ffff56;
    box-shadow: 0 0 40px #ffff56;
    filter: blur(130px);
}

@media (max-width: 767px) {
    .cid-v2aJxu9wLg .jwlhcmtgqc {
        width: 30vw;
    }
}

.cid-v2aJxu9wLg .ccn1t3srx1 {
    top: 70%;
    left: auto;
    right: -5%;
    width: 30vw;
}

.cid-v2aJxu9wLg .rj44qj4iun {
    position: relative;
    z-index: 3;
}

.cid-v2aJxu9wLg .q4lov0npdd {
    margin-bottom: 100px;
    width: 100%;
}

@media (max-width: 991px) {
    .cid-v2aJxu9wLg .q4lov0npdd {
        margin-bottom: 50px;
    }
}

.cid-v2aJxu9wLg .saydwmo976 {
    color: #FFFFFF;
}

.cid-v2aJxu9wLg .saydwmo976 a {
    font-weight: inherit;
    pointer-events: none;
}

.cid-v2aJxu9wLg .j948bq0t4d {
    color: #FFFFFF;
    margin-top: 1rem;
}

.cid-v2aJxu9wLg .mvd4vz82k3 {
    align-items: stretch;
}

.cid-v2aJxu9wLg .y64vsccd2t {
    margin-bottom: 2rem;
}

.cid-v2aJxu9wLg .ly4blvirwc {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    height: 100%;
    width: 100%;
    transition: 0.5s all;
    will-change: transform;
}

.cid-v2aJxu9wLg .ly4blvirwc:hover {
    transform: translateY(-12.5%);
}

@media (max-width: 991px) {
    .cid-v2aJxu9wLg .ly4blvirwc:hover {
        transform: translateY(-2rem);
    }
}

.cid-v2aJxu9wLg .ly4blvirwc:hover .hlt0roibrj img {
    transform: scale(1);
}

.cid-v2aJxu9wLg .ly4blvirwc:hover .card-price {
    color: #e9e6ce;
}

.cid-v2aJxu9wLg .ly4blvirwc:hover .qs31gpszz9 {
    color: #e9e6ce;
}

.cid-v2aJxu9wLg .ly4blvirwc:hover .card-subtitle {
    color: #e9e6ce;
}

.cid-v2aJxu9wLg .hlt0roibrj {
    position: relative;
    width: 100%;
    z-index: 2;
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 1.49885057;
    transition: 0.5s all;
}

.cid-v2aJxu9wLg .hlt0roibrj img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: 0.5s all;
    will-change: transform;
}

.cid-v2aJxu9wLg .hlt0roibrj .e5rty9mk4t {
    height: 100%;
}

.cid-v2aJxu9wLg .nfutelhpv5 {
    position: absolute;
    bottom: 0;
    z-index: 3;
    pointer-events: none;
    width: 80%;
    aspect-ratio: 1;
    opacity: 0.3;
    filter: blur(100px);
}

.cid-v2aJxu9wLg .ez9cmfb1x9 {
    left: 0;
    background: #79F429;
    transform: translate(-50%, 50%);
    opacity: 0.2;
}

.cid-v2aJxu9wLg .tmh0mlx0bh {
    right: 0;
    background: #0E0E0E;
    transform: translate(50%, 50%);
}

.cid-v2aJxu9wLg .pznapg5ddw {
    position: relative;
    z-index: 3;
    padding-top: 50px;
    opacity: 1;
}

.cid-v2aJxu9wLg .card-price {
    color: #FFFFFF;
    margin-bottom: 0;
    transition: 0.5s all;
}

.cid-v2aJxu9wLg .qs31gpszz9 {
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 1rem;
    transition: 0.5s all;
}

.cid-v2aJxu9wLg .card-subtitle {
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 1rem;
    transition: 0.5s all;
}

.cid-v2aJxu9wLg .tsu32x9bmo {
    margin-top: 1rem;
}

.cid-v2aJxu9wLg .card-subtitle,
.cid-v2aJxu9wLg .tsu32x9bmo {
    color: #FFFFFF;
}

.d4ecrdfhud {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #002623;
    position: relative;
    overflow: hidden;
}

.d4ecrdfhud .mbr-fallback-image.disabled {
    display: none;
}

.d4ecrdfhud .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.d4ecrdfhud .jwlhcmtgqc {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 5%;
    z-index: 2;
    opacity: 0.8;
    width: 15vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ffff56;
    box-shadow: 0 0 40px #ffff56;
    filter: blur(130px);
}

@media (max-width: 767px) {
    .d4ecrdfhud .jwlhcmtgqc {
        width: 30vw;
    }
}

.d4ecrdfhud .ccn1t3srx1 {
    top: 70%;
    left: auto;
    right: -5%;
    width: 30vw;
}

.d4ecrdfhud .rj44qj4iun {
    position: relative;
    z-index: 3;
}

.d4ecrdfhud .q4lov0npdd {
    margin-bottom: 100px;
    width: 100%;
}

@media (max-width: 991px) {
    .d4ecrdfhud .q4lov0npdd {
        margin-bottom: 50px;
    }
}

.d4ecrdfhud .saydwmo976 {
    color: #FFFFFF;
}

.d4ecrdfhud .saydwmo976 a {
    font-weight: inherit;
    pointer-events: none;
}

.d4ecrdfhud .j948bq0t4d {
    color: #FFFFFF;
    margin-top: 1rem;
}

.d4ecrdfhud .mvd4vz82k3 {
    align-items: stretch;
}

.d4ecrdfhud .y64vsccd2t {
    margin-bottom: 2rem;
}

.d4ecrdfhud .ly4blvirwc {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    height: 100%;
    width: 100%;
    transition: 0.5s all;
    will-change: transform;
}

.d4ecrdfhud .ly4blvirwc:hover {
    transform: translateY(-12.5%);
}

@media (max-width: 991px) {
    .d4ecrdfhud .ly4blvirwc:hover {
        transform: translateY(-2rem);
    }
}

.d4ecrdfhud .ly4blvirwc:hover .hlt0roibrj img {
    transform: scale(1);
}

.d4ecrdfhud .ly4blvirwc:hover .qs31gpszz9 {
    color: #ffff56;
}

.d4ecrdfhud .ly4blvirwc:hover .card-subtitle {
    color: #ffff56;
}

.d4ecrdfhud .hlt0roibrj {
    position: relative;
    width: 100%;
    z-index: 2;
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 1.49885057;
    transition: 0.5s all;
}

.d4ecrdfhud .hlt0roibrj img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: 0.5s all;
    will-change: transform;
}

.d4ecrdfhud .hlt0roibrj .e5rty9mk4t {
    height: 100%;
}

.d4ecrdfhud .nfutelhpv5 {
    position: absolute;
    bottom: 0;
    z-index: 3;
    pointer-events: none;
    width: 80%;
    aspect-ratio: 1;
    opacity: 0.3;
    filter: blur(100px);
}

.d4ecrdfhud .ez9cmfb1x9 {
    left: 0;
    background: #ffff56;
    transform: translate(-50%, 50%);
    opacity: 0.2;
}

.d4ecrdfhud .tmh0mlx0bh {
    right: 0;
    background: #002623;
    transform: translate(50%, 50%);
}

.d4ecrdfhud .pznapg5ddw {
    position: relative;
    z-index: 3;
    padding-top: 50px;
    opacity: 1;
}

.d4ecrdfhud .qs31gpszz9 {
    color: #FFFFFF;
    margin-bottom: 0;
    transition: 0.5s all;
}

.d4ecrdfhud .card-subtitle {
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 1rem;
    transition: 0.5s all;
}

.d4ecrdfhud .tsu32x9bmo {
    margin-top: 1rem;
}

.c0xnb7kaga {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffff56;
}

.c0xnb7kaga .mbr-fallback-image.disabled {
    display: none;
}

.c0xnb7kaga .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.c0xnb7kaga .f9fqup0fak {
    width: 100%;
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .c0xnb7kaga .f9fqup0fak {
        margin-bottom: 76px;
    }
}

@media (max-width: 575px) {
    .c0xnb7kaga .f9fqup0fak {
        margin-bottom: 60px;
    }
}

.c0xnb7kaga .saydwmo976 {
    color: #000000;
}

.c0xnb7kaga .saydwmo976 a {
    font-weight: inherit;
    pointer-events: none;
}

.c0xnb7kaga .j948bq0t4d {
    color: #000000;
    margin-top: 1rem;
}

.c0xnb7kaga .n40ddjblte .nwyiu0y1zs.open .k1l5gnkbbd:focus,
.c0xnb7kaga .n40ddjblte .k1l5gnkbbd.byxl05vnyu:focus {
    outline: none;
}

.c0xnb7kaga .n40ddjblte {
    display: flex;
    flex-direction: column;
    border: none !important;
}

@media (max-width: 991px) {
    .c0xnb7kaga .n40ddjblte {
        flex-direction: row;
    }
}

.c0xnb7kaga .nwyiu0y1zs {
    width: 100%;
    margin: 0;
    padding-left: 30px;
    padding-bottom: 1rem;
}

@media (max-width: 991px) {
    .c0xnb7kaga .nwyiu0y1zs {
        width: 50%;
    }
}

.c0xnb7kaga .n40ddjblte .k1l5gnkbbd {
    position: relative;
    transition: all 0.5s;
    border: none;
    border-radius: 0 !important;
}

.c0xnb7kaga .n40ddjblte .k1l5gnkbbd:not(.byxl05vnyu) {
    color: #000000;
    opacity: 0.3;
}

.c0xnb7kaga .n40ddjblte .k1l5gnkbbd:hover {
    color: #000000;
    opacity: 1;
}

.c0xnb7kaga .k1l5gnkbbd,
.c0xnb7kaga .k1l5gnkbbd.byxl05vnyu {
    padding: 0;
    background-color: transparent;
}

.c0xnb7kaga .n40ddjblte .k1l5gnkbbd.byxl05vnyu {
    color: #000000;
}

.c0xnb7kaga .n40ddjblte .k1l5gnkbbd.byxl05vnyu:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    transition: all 0.5s;
    width: 16px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #000000;
}

.c0xnb7kaga .rik6rqtzrn {
    color: #FFFF56;
    text-shadow: 2px 0 0 #000000, 0 2px 0 #000000, -2px 0 0 #000000, 0 -2px 0 #000000;
    margin-bottom: 0;
}

.c0xnb7kaga .rik6rqtzrn.lhu7t7satg {
    font-size: calc((2.5vw + 0.1vh) *10);
    line-height: 1 !important;
}

.c0xnb7kaga .agc5whddcm {
    width: 7.5%;
    height: 1px;
    background-color: #000000;
    margin: 42px auto 24px;
}

.c0xnb7kaga .ew3k50nnb8 {
    color: #000000;
}

.pmqbkv8ldt {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #002623;
    position: relative;
    overflow: hidden;
}

.pmqbkv8ldt .mbr-fallback-image.disabled {
    display: none;
}

.pmqbkv8ldt .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.pmqbkv8ldt .jwlhcmtgqc {
    position: absolute;
    top: 10%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    opacity: 0.7;
    width: 25vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ffff56;
    box-shadow: 0 0 40px #ffff56;
    filter: blur(130px);
}

@media (max-width: 767px) {
    .pmqbkv8ldt .jwlhcmtgqc {
        width: 50vw;
    }
}

.pmqbkv8ldt .rj44qj4iun {
    position: relative;
    z-index: 3;
}

.pmqbkv8ldt .f9fqup0fak {
    margin-top: 2rem;
    width: 100%;
}

@media (max-width: 991px) {
    .pmqbkv8ldt .f9fqup0fak {
        margin-top: 0;
        margin-bottom: 60px;
    }
}

.pmqbkv8ldt .saydwmo976 {
    color: #FFFFFF;
}

.pmqbkv8ldt .saydwmo976 a {
    font-weight: inherit;
    pointer-events: none;
}

.pmqbkv8ldt .j948bq0t4d {
    color: #ffffff;
    margin-top: 1rem;
}

.pmqbkv8ldt .wkdsnp899q {
    width: 100%;
}

.pmqbkv8ldt .jyl62r7c1q {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .pmqbkv8ldt .jyl62r7c1q {
        flex-wrap: wrap;
        margin-bottom: 36px;
    }
}

@media (max-width: 575px) {
    .pmqbkv8ldt .jyl62r7c1q {
        flex-wrap: wrap;
        margin-bottom: 24px;
    }
}

.pmqbkv8ldt .nay3ff4hym {
    width: 25%;
    padding-right: 1rem;
}

@media (max-width: 767px) {
    .pmqbkv8ldt .nay3ff4hym {
        width: 100%;
        padding-right: 0;
        margin-bottom: 1rem;
    }
}

.pmqbkv8ldt .kg343lyfct {
    color: #FFFFFF;
    margin-bottom: 0;
}

.pmqbkv8ldt .hbf5fk1zgv {
    width: 75%;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .pmqbkv8ldt .hbf5fk1zgv {
        width: 100%;
    }
}

.pmqbkv8ldt .fnaws7nxl5 {
    color: #FFFFFF;
    margin-bottom: 0;
}

.qor9yw5wwj {
    background-color: #002623;
    position: relative;
    overflow: hidden;
}

.qor9yw5wwj .mbr-fallback-image.disabled {
    display: none;
}

.qor9yw5wwj .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.qor9yw5wwj .jwlhcmtgqc {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 0;
    z-index: 2;
    opacity: 0.7;
    width: 32vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ffff56;
    box-shadow: 0 0 40px #ffff56;
    filter: blur(130px);
}

@media (max-width: 767px) {
    .qor9yw5wwj .jwlhcmtgqc {
        width: 64vw;
    }
}

.qor9yw5wwj .rj44qj4iun {
    position: relative;
    z-index: 3;
}

@media (min-width: 992px) {
    .qor9yw5wwj .yiogw8f2nc {
        margin-top: 6rem;
    }
}

.qor9yw5wwj .saydwmo976 {
    color: #ffffff;
    margin-bottom: 0;
    text-align: left;
}

.qor9yw5wwj .ew3k50nnb8 {
    color: #ffffff;
    margin-top: 32px;
    margin-bottom: 0;
    max-width: 80%;
    width: 100%;
    margin-right: auto;
}

@media (max-width: 767px) {
    .qor9yw5wwj .ew3k50nnb8 {
        max-width: 100%;
    }
}

.qor9yw5wwj .hlt0roibrj {
    max-width: 15%;
    width: 100%;
    margin-left: auto;
}

@media (max-width: 1199px) {
    .qor9yw5wwj .hlt0roibrj {
        max-width: 180px;
        width: 180px;
    }
}

@media (max-width: 767px) {
    .qor9yw5wwj .hlt0roibrj {
        margin-top: 3rem;
    }
}

.qor9yw5wwj .hlt0roibrj img {
    width: 215px;
    height: 215px;
    border-radius: 100%;
    object-fit: cover;
    transform: rotate(0deg);
}

.iia1qc0e30 {
    background-color: #002623;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.iia1qc0e30 .otjorp2ncn,
.iia1qc0e30 .ovvibrf2zr {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.iia1qc0e30 .rj44qj4iun {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.iia1qc0e30 .rvuqcrqk0t {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 80px;
}

.iia1qc0e30 .jwlhcmtgqc {
    position: absolute;
    bottom: -15%;
    right: -7%;
    opacity: 0.9;
    width: 40vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ffff56;
    box-shadow: 0 0 40px #ffff56;
    filter: blur(130px);
}

@media (max-width: 767px) {
    .iia1qc0e30 .jwlhcmtgqc {
        width: 80vw;
    }
}

.iia1qc0e30 .qtm6v6o70i {
    flex-grow: 1;
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding: 100px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .iia1qc0e30 .qtm6v6o70i {
        padding: 80px;
    }
}

@media (max-width: 767px) {
    .iia1qc0e30 .qtm6v6o70i {
        padding: 80px 30px;
    }
}

.iia1qc0e30 .ku1rbu1ard {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../../assets/images/photo17254595733738507d6609e5b.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.iia1qc0e30 .x7291w8td6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002623;
    opacity: 0.8;
}

.iia1qc0e30 .hlt0roibrj {
    position: absolute;
    right: 100px;
    top: -80px;
    max-width: 180px;
    width: 180px;
}

@media (max-width: 991px) {
    .iia1qc0e30 .hlt0roibrj {
        max-width: 120px;
        width: 120px;
        top: -40px;
        right: 80px;
    }
}

@media (max-width: 767px) {
    .iia1qc0e30 .hlt0roibrj {
        right: 10%;
    }
}

.iia1qc0e30 .hlt0roibrj img {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    object-fit: cover;
    transform: rotate(0deg);
}

.iia1qc0e30 .u5rcknmg5a {
    position: relative;
    z-index: 5;
    width: 100%;
}

.iia1qc0e30 .saydwmo976 {
    color: #FFFFFF;
    margin-bottom: 40px;
}

.iia1qc0e30 .j948bq0t4d {
    color: #FFFFFF;
    margin-bottom: 0;
}

.iia1qc0e30 .tsu32x9bmo {
    margin-top: 24px;
}

.iia1qc0e30 .j948bq0t4d,
.iia1qc0e30 .tsu32x9bmo {
    color: #FFFFFF;
}

.vzh6ytwvun {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #002623;
    overflow: hidden;
}

@media (max-width: 991px) {
    .vzh6ytwvun .mm5lnkwvkg {
        margin-bottom: 60px;
    }
}

.vzh6ytwvun .saydwmo976 {
    color: #FFFFFF;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 40px;
}

.vzh6ytwvun .saydwmo976::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #ffffff;
}

.vzh6ytwvun .saydwmo976::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.2;
}

.vzh6ytwvun .j948bq0t4d {
    color: #FFFFFF;
    margin-bottom: 0;
}

.vzh6ytwvun .ew3k50nnb8 {
    color: #FFFFFF;
    margin-bottom: 0;
}

.gcaoydhueb {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.gcaoydhueb .ar0filhkz0 {
    background-color: #fafbf2;
    opacity: 0.4;
}

@media (max-width: 991px) {
    .gcaoydhueb .q4lov0npdd {
        margin-bottom: 60px;
    }
}

.gcaoydhueb .saydwmo976 {
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 40px;
}

.gcaoydhueb .saydwmo976::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #000000;
}

.gcaoydhueb .saydwmo976::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #000000;
    opacity: 0.2;
}

.gcaoydhueb .j948bq0t4d {
    color: #102a23;
    margin-bottom: 0;
}

.gcaoydhueb .sw6cwap72f {
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
}

.gcaoydhueb form {
    width: 100%;
}

.gcaoydhueb form .wgkqgqfhc2.rj44qj4iun {
    justify-content: flex-start;
    width: auto !important;
}

.gcaoydhueb form p {
    color: #000000;
}

.gcaoydhueb form .tsu32x9bmo {
    text-align: right;
    justify-content: flex-end;
    margin-left: auto;
}

.gcaoydhueb form .bdww6y3r6y {
    margin-top: 0 !important;
    margin-bottom: 90px !important;
}

@media (max-width: 1399px) {
    .gcaoydhueb form .bdww6y3r6y {
        margin-bottom: 80px !important;
    }
}

@media (max-width: 575px) {
    .gcaoydhueb form .bdww6y3r6y {
        margin-bottom: 50px !important;
    }
}

.gcaoydhueb form .c189uvc78d {
    height: 90px;
    border: none !important;
    border-bottom: 1px solid #000000 !important;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-bottom: 0;
    padding: 2px 0;
    font-size: 80px;
    line-height: 86px !important;
    color: #000000;
    font-weight: 400;
}

@media (max-width: 1399px) {
    .gcaoydhueb form .c189uvc78d {
        height: 66px;
        font-size: 58px;
        line-height: 62px !important;
    }
}

.gcaoydhueb form .c189uvc78d::-webkit-input-placeholder {
    color: #000000;
}

.gcaoydhueb form .c189uvc78d::-moz-placeholder {
    color: #000000;
}

.gcaoydhueb form .c189uvc78d:-moz-placeholder {
    color: #000000;
}

.gcaoydhueb form .c189uvc78d:-ms-input-placeholder {
    color: #000000;
}

.gcaoydhueb form select {
    color: #173D33 !important;
}

.gcaoydhueb form textarea {
    height: 92px !important;
    min-height: 200px !important;
    padding: 0 !important;
    resize: none;
}

@media (max-width: 1399px) {
    .gcaoydhueb form textarea {
        height: 120px !important;
        min-height: 66px !important;
        font-size: 58px;
        line-height: 62px;
    }
}

.gcaoydhueb form textarea::-webkit-input-placeholder {
    color: #000000 !important;
}

.gcaoydhueb form textarea::-moz-placeholder {
    color: #000000 !important;
}

.gcaoydhueb form textarea:-moz-placeholder {
    color: #000000 !important;
}

.gcaoydhueb form textarea:-ms-input-placeholder {
    color: #000000 !important;
}

.gcaoydhueb form input,
.gcaoydhueb form textarea {
    transition: 0.5s all;
}

.gcaoydhueb form input:active,
.gcaoydhueb form textarea:active,
.gcaoydhueb form input:focus,
.gcaoydhueb form textarea:focus {
    background-color: transparent !important;
    border-color: #0E0E0E !important;
    outline: none !important;
}

.gcaoydhueb form input:active::-webkit-input-placeholder,
.gcaoydhueb form textarea:active::-webkit-input-placeholder,
.gcaoydhueb form input:focus::-webkit-input-placeholder,
.gcaoydhueb form textarea:focus::-webkit-input-placeholder {
    color: #000000 !important;
}

.gcaoydhueb form input:active::-moz-placeholder,
.gcaoydhueb form textarea:active::-moz-placeholder,
.gcaoydhueb form input:focus::-moz-placeholder,
.gcaoydhueb form textarea:focus::-moz-placeholder {
    color: #000000 !important;
}

.gcaoydhueb form input:active:-moz-placeholder,
.gcaoydhueb form textarea:active:-moz-placeholder,
.gcaoydhueb form input:focus:-moz-placeholder,
.gcaoydhueb form textarea:focus:-moz-placeholder {
    color: #000000 !important;
}

.gcaoydhueb form input:active:-ms-input-placeholder,
.gcaoydhueb form textarea:active:-ms-input-placeholder,
.gcaoydhueb form input:focus:-ms-input-placeholder,
.gcaoydhueb form textarea:focus:-ms-input-placeholder {
    color: #000000 !important;
}

.gcaoydhueb form .rj44qj4iun {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}

.gcaoydhueb form .rj44qj4iun [class*=col] {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.gcaoydhueb form label {
    width: 100%;
    color: #000000;
    margin-bottom: 0.5rem;
}

.gcaoydhueb form .form-check-input {
    border-color: #000000 !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.gcaoydhueb form .form-check-input:focus,
.gcaoydhueb form .form-check-input:hover {
    background-color: transparent !important;
    border-color: #000000 !important;
}

.gcaoydhueb form .form-check-input:checked {
    border-color: #173d33 !important;
    background-color: #AAFC75 !important;
}

.ew82wm4lgi {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #002623;
    overflow: hidden;
}

@media (max-width: 991px) {
    .ew82wm4lgi .mm5lnkwvkg {
        margin-bottom: 60px;
    }
}

.ew82wm4lgi .saydwmo976 {
    color: #FFFFFF;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 40px;
}

.ew82wm4lgi .saydwmo976::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #ffffff;
}

.ew82wm4lgi .saydwmo976::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.2;
}

.ew82wm4lgi .j948bq0t4d {
    color: #FFFFFF;
    margin-bottom: 0;
}

.ew82wm4lgi .y64vsccd2t {
    margin-bottom: 50px;
    border-radius: 0;
}

@media (max-width: 575px) {
    .ew82wm4lgi .y64vsccd2t {
        margin-bottom: 32px;
    }
}

.ew82wm4lgi .ly4blvirwc {
    width: 100%;
}

.ew82wm4lgi .qs31gpszz9 {
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.ew82wm4lgi .agc5whddcm {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.2;
}

.ew82wm4lgi .g0eom3vinz {
    color: #FFFFFF;
    padding-top: 20px;
    margin-bottom: 0;
}

.ew82wm4lgi .btn-wrapper {
    margin-top: -8%;
}

.e8vsvyjgjk {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #002623;
    overflow: hidden;
}

.e8vsvyjgjk .ew3k50nnb8 {
    color: #FFFFFF;
    opacity: 0.5;
}

.e8vsvyjgjk .mjy6r1s7ij .ew3k50nnb8 {
    color: #FFFFFF;
}